projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ee175
)
(info-initialize): Remove the test for system-type when
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 6 Feb 2001 17:13:48 +0000
(17:13 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 6 Feb 2001 17:13:48 +0000
(17:13 +0000)
invocation-directory is non-nil.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 1add6ed522fc42d52edac9993123cf755e744497..b1a1faa4cea273e306427a4d95e5844f29afd378 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-312,8
+312,7
@@
Do the right thing if the file has been compressed or zipped."
(source (expand-file-name "info/" source-directory))
(sibling (if installation-directory
(expand-file-name "info/" installation-directory)
- (if (and (memq system-type '(ms-dos windows-nt))
- invocation-directory)
+ (if invocation-directory
(let ((infodir (expand-file-name
"../info/"
invocation-directory)))